Bump Iceberg 0.13.0 and enable Iceberg test with Spark 3.2#1849
Closed
pan3793 wants to merge 5 commits intoapache:masterfrom
Closed
Bump Iceberg 0.13.0 and enable Iceberg test with Spark 3.2#1849pan3793 wants to merge 5 commits intoapache:masterfrom
pan3793 wants to merge 5 commits intoapache:masterfrom
Conversation
f64c944 to
1c3a423
Compare
pan3793
commented
Feb 1, 2022
| s"spark.sql.catalog.$catalog.type" -> "hadoop", | ||
| s"spark.sql.catalog.$catalog.warehouse" -> warehouse.toString, | ||
| // TODO maybe an issue of iceberg 0.13.0 | ||
| s"spark.sql.catalog.$catalog.default-namespace" -> "default", |
Codecov Report
@@ Coverage Diff @@
## master #1849 +/- ##
=========================================
Coverage 59.70% 59.70%
- Complexity 267 269 +2
=========================================
Files 282 282
Lines 13978 13978
Branches 1781 1781
=========================================
+ Hits 8345 8346 +1
Misses 4924 4924
+ Partials 709 708 -1
Continue to review full report at Codecov.
|
yaooqinn
approved these changes
Feb 4, 2022
Member
Author
|
Merging to master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Bump Iceberg 0.13.0 and enable Iceberg test with Spark 3.2.
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request